[INFO] fetching crate zypo-lib 0.0.2...
[INFO] checking zypo-lib-0.0.2 against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] extracting crate zypo-lib 0.0.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate zypo-lib 0.0.2
[INFO] finished tweaking crates.io crate zypo-lib 0.0.2
[INFO] tweaked toml for crates.io crate zypo-lib 0.0.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zypo-lib 0.0.2 on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 84 packages to latest compatible versions
[INFO] [stderr]       Adding lalrpop v0.17.2 (available: v0.23.1)
[INFO] [stderr]       Adding lalrpop-util v0.17.2 (available: v0.23.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f
[INFO] running `Command { std: "docker" "start" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zypo-lib v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::parser::scope::Scope`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::parser::scope::Scope;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4452:5
[INFO] [stdout]      |
[INFO] [stdout] 4452 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4452 -     (___0)
[INFO] [stdout] 4452 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4463:5
[INFO] [stdout]      |
[INFO] [stdout] 4463 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4463 -     (___0)
[INFO] [stdout] 4463 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4500:5
[INFO] [stdout]      |
[INFO] [stdout] 4500 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4500 -     (___0)
[INFO] [stdout] 4500 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4522:5
[INFO] [stdout]      |
[INFO] [stdout] 4522 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4522 -     (___0)
[INFO] [stdout] 4522 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4602:5
[INFO] [stdout]      |
[INFO] [stdout] 4602 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4602 -     (___0)
[INFO] [stdout] 4602 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4707:5
[INFO] [stdout]      |
[INFO] [stdout] 4707 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4707 -     (___0)
[INFO] [stdout] 4707 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4797:5
[INFO] [stdout]      |
[INFO] [stdout] 4797 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4797 -     (___0)
[INFO] [stdout] 4797 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4843:5
[INFO] [stdout]      |
[INFO] [stdout] 4843 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4843 -     (___0)
[INFO] [stdout] 4843 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4911:5
[INFO] [stdout]      |
[INFO] [stdout] 4911 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4911 -     (___0)
[INFO] [stdout] 4911 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4957:5
[INFO] [stdout]      |
[INFO] [stdout] 4957 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4957 -     (___0)
[INFO] [stdout] 4957 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5003:5
[INFO] [stdout]      |
[INFO] [stdout] 5003 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5003 -     (___0)
[INFO] [stdout] 5003 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5246:5
[INFO] [stdout]      |
[INFO] [stdout] 5246 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5246 -     (___0)
[INFO] [stdout] 5246 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5281:5
[INFO] [stdout]      |
[INFO] [stdout] 5281 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5281 -     (___0)
[INFO] [stdout] 5281 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5361:5
[INFO] [stdout]      |
[INFO] [stdout] 5361 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5361 -     (___0)
[INFO] [stdout] 5361 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::scope::Scope`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::parser::scope::Scope;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4452:5
[INFO] [stdout]      |
[INFO] [stdout] 4452 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4452 -     (___0)
[INFO] [stdout] 4452 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4463:5
[INFO] [stdout]      |
[INFO] [stdout] 4463 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4463 -     (___0)
[INFO] [stdout] 4463 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4500:5
[INFO] [stdout]      |
[INFO] [stdout] 4500 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4500 -     (___0)
[INFO] [stdout] 4500 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4522:5
[INFO] [stdout]      |
[INFO] [stdout] 4522 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4522 -     (___0)
[INFO] [stdout] 4522 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4602:5
[INFO] [stdout]      |
[INFO] [stdout] 4602 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4602 -     (___0)
[INFO] [stdout] 4602 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4707:5
[INFO] [stdout]      |
[INFO] [stdout] 4707 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4707 -     (___0)
[INFO] [stdout] 4707 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4797:5
[INFO] [stdout]      |
[INFO] [stdout] 4797 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4797 -     (___0)
[INFO] [stdout] 4797 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4843:5
[INFO] [stdout]      |
[INFO] [stdout] 4843 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4843 -     (___0)
[INFO] [stdout] 4843 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4911:5
[INFO] [stdout]      |
[INFO] [stdout] 4911 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4911 -     (___0)
[INFO] [stdout] 4911 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:4957:5
[INFO] [stdout]      |
[INFO] [stdout] 4957 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 4957 -     (___0)
[INFO] [stdout] 4957 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5003:5
[INFO] [stdout]      |
[INFO] [stdout] 5003 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5003 -     (___0)
[INFO] [stdout] 5003 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5246:5
[INFO] [stdout]      |
[INFO] [stdout] 5246 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5246 -     (___0)
[INFO] [stdout] 5246 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5281:5
[INFO] [stdout]      |
[INFO] [stdout] 5281 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5281 -     (___0)
[INFO] [stdout] 5281 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/zypo-lib-d74fe6f6d4b2897a/out/parser/grammar.rs:5361:5
[INFO] [stdout]      |
[INFO] [stdout] 5361 |     (___0)
[INFO] [stdout]      |     ^    ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 5361 -     (___0)
[INFO] [stdout] 5361 +     ___0
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.17.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 10`
[INFO] running `Command { std: "docker" "inspect" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f", kill_on_drop: false }`
[INFO] [stdout] 2eadc0247a19841929d01a449070070a169caf1d1758c62f7793355088aab30f
